home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / BBASEV10.ZIP / BASEMENT.DOC < prev    next >
Encoding:
Text File  |  1996-02-11  |  8.1 KB  |  243 lines

  1.  
  2.                               Bargain Basement   
  3.                                     v1.0 
  4.  
  5.                       (C)Copyright 1996 Lounge Software
  6.                               Written by Jim Webb
  7.                              
  8.  
  9.                                 Support board:
  10.  
  11.                               Zippy's Lounge BBS 
  12.                              
  13.                                (403) 475-8703
  14.                               Edmonton, Alberta
  15.                                    Canada
  16.                               
  17.  
  18.  
  19.  
  20.  
  21. WARRANTY:
  22. ---------
  23.  
  24. This product is provided "as is" without warranty of any kind. The entire
  25. risk as to the results and performance of the program is assumed by you.
  26. Futhermore, the author does not warrant, guarantee, or make any other
  27. representations regarding the use of, or the results of the use of the
  28. program, and you rely on the program and results solely at your own
  29. risk. The author cannot and will not accept responsibility for system
  30. damage, loss of profit, or any other special, consequential or incidental 
  31. damages resulting from the use or inability to use this product.
  32.  
  33. USAGE:
  34. ------
  35.  
  36. This product is being distributed as Shareware. Under this concept you 
  37. may use the SHAREWARE (unregistered) version for a reasonable period of 
  38. time for evaluation after which you should either register your copy 
  39. or discontinue usage.
  40.  
  41.  
  42. DISTRIBUTION:
  43. -------------
  44.  
  45. You are encouraged to distribute Bargain Basement provided that all 
  46. files contained in the archive are distributed in their original and
  47. unmodified state.
  48.  
  49.  
  50. DESCRIPTION:
  51. ------------    
  52.  
  53. Bargain Basement is a BBS Door that can be used on ANY BBS which creates a 
  54. DOOR.SYS file.  Bargain Basement is a simple & easy to use FOR SALE Door.
  55. Users can view items that other users have for sale, as well as adding any
  56. items that they may have for sale.  
  57.  
  58.  
  59.  
  60. REGISTRATION INFORMATION:
  61. -------------------------
  62.  
  63. There are a couple of ways in which you can Register Bargain Basement and
  64. recieve your individual key file, which will allow the program to operate in
  65. FULL Registered mode.  Look for details on how to do this in the file:
  66. REGISTER.FRM included with this archive.
  67.  
  68.  
  69. SHAREWARE VS REGISTERED:
  70. ------------------------
  71.  
  72. The SHAREWARE version of Bargain Basement has NO limitations as opposed to 
  73. the REGISTERED version.  Other than a pause going into the program and out of                             
  74. the program.  This is not in place to be annoying, just to encourage 
  75. Registration of the product to cover the cost of programming time and support.  
  76. Future versions, updates, and support of Bargain Basement are yours FREE with 
  77. Registration.
  78.  
  79.                               
  80. INSTALLATION:                              
  81. -------------
  82.  
  83. Installation of Bargain Basement is very simple.  The first thing you 
  84. should do is unzip the entire archive into whichever directory you plan
  85. to operate Bargain Basement from(If you're reading this, then you've done that!).  
  86.  
  87. Then use the included INSTBASE.EXE to install your copy of Bargain Basement.
  88. The install program will ask you 5 questions for the below required 
  89. information:
  90.  
  91. c:\wc40\wcwork\node1\door.sys            <- Full path to your Door.sys file
  92. Zippy's Lounge                           <- BBS name
  93. Jim                                      <- Sysop's first name
  94. Webb                                     <- Sysop's last name
  95. 100                                      <- Sysop security level
  96.  
  97. Line 5 in the BASEMENT.CFG file is the Security Level required to DELETE any
  98. of the Items.  In this example, anyone with the security level of 100 or more
  99. would be able to delete items.  This is initially set to 0 in the sample
  100. BASEMENT.CFG file since Bargain Basement sets the local security level to 0 
  101. when run in local mode.  
  102.  
  103.  
  104. That's it!  Now you're ready to run Bargain Basement on your BBS!
  105.  
  106.  
  107.  
  108. RUNNING THE PROGRAM:
  109. --------------------
  110.  
  111. This part is basically up to you.  Depending on which BBS program you are 
  112. running, the .bat file may look a little different.  Refer to your BBS
  113. Manual for information on running Doors from your BBS.  We will use a
  114. sample .bat file which would run Bargain Basement from a Wildcat System:
  115.  
  116. DOOR10.BAT
  117. ==========
  118.  
  119. CD\DOORS\BASEMENT
  120. BASEMENT BASEMENT.CFG
  121. CD\WC40
  122.  
  123.  
  124. If you would like to test Bargain Basement before putting it up on the BBS,
  125. you can run it locally at any time by typing LOCAL after the call line at
  126. the Dos Prompt:
  127.  
  128. EX: BASEMENT BASEMENT.CFG LOCAL
  129.  
  130.  
  131.  
  132. FOSSIL DRIVER SUPPORT:
  133. ----------------------
  134.  
  135. Bargain Basement also supports the use of Fossil drivers.  To tell it to use 
  136. the Fossil driver instead of the standard COM ports, just put /FD on the 
  137. command line when running the door. For example:
  138.      
  139.      BASEMENT BASEMENT.CFG /FD
  140.  
  141. indicates that a Fossil driver is present and should be used. If no Fossil
  142. driver is detected, Bargain Basement will print a message to that effect 
  143. and exit back to the BBS gracefully.  *Please Note:  No fossil driver is
  144. needed to run this door.  If you are operating on standard com ports and
  145. irq's, then use of the fossil driver is not really needed.
  146.  
  147.  
  148. ENVIRONMENT VARIABLES:
  149. ----------------------
  150.  
  151. Bargain Basement supports COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 
  152. and COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  153. number after the configuration filename. Let's assume you want to use COM1 
  154. and IRQ5. The command line passed in the .BAT file would be:
  155.     
  156.     BASEMENT BASEMENT.CFG /5  or
  157.     BASEMENT BASEMENT.CFG /%IRQ%  for the environment variable.
  158.  
  159. The /5 tells Bargain Basement to use IRQ5 rather than the standard IRQ4 that
  160. is normally used with COM1. No /x parameter is needed for the standard IRQ's.
  161.  
  162.  
  163. ****UP AND RUNNING:****
  164.     ---------------
  165.  
  166. Once Bargain Basement is up and running it should basically take care of 
  167. itself and will require no maintenance from you.  You might want to go into  
  168. the door every once in a while and delete any items that have been there for
  169. quite some time.
  170.  
  171. Also included in this archive you will find BASE-AD.ANS.  This can be put up
  172. as a logon screen telling your users that Bargain Basement has arrived on your 
  173. BBS and to try it out today!
  174.  
  175.  
  176. That's it....Have fun and enjoy Bargain Basement!
  177.  
  178.  
  179. 486DX CPU's:
  180. ------------
  181.  
  182. The math coprocessor in 486DX CPUs cannot handle floating point math which
  183. all MicroSoft Basic's use. This can show up as an ERROR 5, a keyboard 
  184. timeout, etc.
  185.  
  186. Fortunately there is an easy fix for this problem. Simply place the following
  187. line in your AUTOEXEC.BAT file:
  188.  
  189. SET NO87=ON
  190.  
  191.  
  192.  
  193. ERRORS & PROBLEMS:
  194. ------------------
  195.  
  196. Most errors will come from the .cfg file not having enough lines or not 
  197. having the needed information.  Make sure your BASEMENT.CFG file has 5 lines! 
  198. If Bargain Basement can't find your Door.sys file, it will most certainly 
  199. generate a file not found error or error reading system file.  Be sure to 
  200. include the FULL PATH like this for the first line in your .cfg file....
  201. c:\wc40\wcwork\node1\door.sys...of course make sure to change it to wherever 
  202. YOUR Door.sys file resides.
  203.  
  204.  
  205. SPECIAL THANKS TO:
  206. ------------------
  207.  
  208. My wife Lynn for her continued support & assistance.  Without out her I would
  209. be a babbling idiot and the computer would be in a million pieces!
  210.  
  211. And of course, all my Beta Test Sites along with the Distribution Sites of
  212. Lounge Software.  Thanks to all these folks for putting up with the task of
  213. testing to make sure you receive as bug free a version as possible!
  214.  
  215. The Animal House BBS                 Edmonton, Alberta
  216. (403) 481-2699
  217.  
  218. The Keyboard Express Node 1          Edmonton, Alberta
  219. (403) 457-8042
  220.  
  221. The Keyboard Express Node 2          Edmonton, Alberta
  222. (403) 471-6990
  223.  
  224. The Klingon Empire BBS               Edmonton, Alberta 
  225. (403) 468-2008
  226.  
  227. The Game Exchange BBS                Edmonton, Alberta
  228. (403) 473-2975
  229.  
  230.  
  231. PRODUCT SUPPORT & UPGRADES:
  232. ---------------------------
  233.  
  234. You can recieve support and newer versions of Bargain Basement as they come
  235. out, by calling:
  236.  
  237. Zippy's Lounge BBS
  238.  
  239. (403) 475-8703
  240.  
  241. Edmonton, Alberta
  242. Canada
  243.